home *** CD-ROM | disk | FTP | other *** search
INI File | 2002-08-05 | 1.8 KB | 86 lines |
- ; state = 0 - static
- ; state = 1 - normal
- ; state = 2 - active
- ; state = 3 - press
-
- [main]
- Number = 6
- Sound = DATA\SOUND\main.mid
- SoundPress = DATA\SOUND\menu_button.wav
- SoundActive = DATA\SOUND\menu_toggle.wav
- Font = DATA\MENU\ComicSansMSFont30.tga
- ;Font = Arial,,32,700
- ;Font = fntName,fntWidth,fntHeight,fntWeight
-
- [0] ; START
- state = 2
- xpos = 118
- ypos = 132
- xsize =
- ysize =
- name = START
- active = DATA\MENU\button.tga
- normal = DATA\MENU\button_.tga
- FontActive = DATA\MENU\ComicSansMSFont30.tga
- FontNormal = DATA\MENU\ComicSansMSFont30_.tga
- xalign = 0
-
- [1] ; OPTIONS
- state = 1
- xpos = 118
- ypos = 199
- xsize =
- ysize =
- name = OPTIONS
- normal = DATA\MENU\button_.tga
- active = DATA\MENU\button.tga
- FontActive = DATA\MENU\ComicSansMSFont30.tga
- FontNormal = DATA\MENU\ComicSansMSFont30_.tga
- xalign = 0
-
- [2] ; HIGHSCORES
- state = 1
- xpos = 118
- ypos = 266
- xsize =
- ysize =
- name = HIGHSCORES
- active = DATA\MENU\button.tga
- normal = DATA\MENU\button_.tga
- FontActive = DATA\MENU\ComicSansMSFont30.tga
- FontNormal = DATA\MENU\ComicSansMSFont30_.tga
- xalign = 0
-
- [3] ; EXIT
- state = 1
- xpos = 118
- ypos = 333
- xsize =
- ysize =
- name = EXIT
- active = DATA\MENU\button.tga
- normal = DATA\MENU\button_.tga
- FontActive = DATA\MENU\ComicSansMSFont30.tga
- FontNormal = DATA\MENU\ComicSansMSFont30_.tga
- xalign = 0
-
- [4] ; REGISTER
- state = 1
- xpos = 118
- ypos = 400
- xsize =
- ysize =
- name = REGISTER
- active = DATA\MENU\button.tga
- normal = DATA\MENU\button_.tga
- FontActive = DATA\MENU\ComicSansMSFont30.tga
- FontNormal = DATA\MENU\ComicSansMSFont30_.tga
- xalign = 0
-
- [5] ; background
- state = 0
- xpos = -80
- ypos = -60
- name = " "
- normal = DATA\MENU\main.jpg
-